home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00279.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  144 b   |  10 lines

  1. on mouseUp
  2.   puppetSound("DON'T TOUCH.AIF")
  3.   updateStage()
  4.   if soundBusy(1) = 1 then
  5.     go(the frame)
  6.   else
  7.     puppetSound(0)
  8.   end if
  9. end
  10.